STEP 5: Let's display the outputs of our new loop!
Each time the loop runs, it creates a new value for the y variable. Let's use that value!
- Click on GRAPHICS, then .
- Drop Point indented INSIDE your loop.
- Change the coordinates in .Point() from (50, 100) to (x, y).
To navigate the page using the TAB key, first press ESC to exit the code editor.